home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / cpuuse14.zip / CPUUSE.TXT < prev   
Text File  |  1991-09-30  |  4KB  |  81 lines

  1.                CPU Usage Meter
  2.                  Version 1.4
  3.  
  4.          Copyright 1990,1991 by James Seidman
  5.              All Rights Reserved
  6.  
  7. This program is, as the name implies, a utility to keep track of how
  8. much of your CPU's time is being used while you're in Windows.  When
  9. you run it, you will see an icon appear at the bottom of your screen.
  10. It'll show you a number representing the percentage of CPU time being
  11. utilized.  This number will be updated approximately every 3 seconds.
  12.  
  13. If you want to run the CPU Usage meter automatically every time you
  14. run Windows, edit the file WIN.INI in your Windows directory.  Under
  15. the [Windows] section, look for a line which starts "load=".  If
  16. there isn't one, make one.  Add "cpuuse.exe" to the end of the line.
  17.  
  18. If you want to have the CPU Usage meter automatically keep itself in
  19. front of any other windows, select "Keep in front" from the system
  20. menu.  When a checkmark appears next to that option, it means that it
  21. is enabled.  The setting will be stored and recalled the next time
  22. you run the program.
  23.  
  24. When you first run the CPU Usage Meter, it'll take about six seconds
  25. to determine how fast your CPU is so that it can give you an accurate
  26. reading.  It will then start giving you percentages.  The meter will
  27. be most accurate if you start it when not much else is going on.
  28. (That is why it is best to have it at the end of your "load=" line:
  29. if you put it at the beginning, other programs will be loading while
  30. it is trying to figure out your CPU speed.)
  31.  
  32. This program may be freely copied and distributed, as long as it is
  33. not modified in any way, and this text file is always included with
  34. the executable.  A reasonable charge may be charged for copying and
  35. distribution.  To avoid multiple copies of this program proliferating
  36. on electronic services under different names, you are encouraged to
  37. distribute it under the name CPUUSE14.ZIP (or .ZOO, .ARC, etc.).
  38.  
  39. Please send any suggestions, comments, or bug reports to the
  40. following address:
  41.  
  42.                 Cornfield Computing
  43.                 Attn: CPU Usage Meter Development Group
  44.                 410 Hilltop Road
  45.                 Champaign, IL 61821-7328
  46.  
  47. Disclaimer: CPU Usage is distributed free.  No warranty exists,
  48. either express or implied.  No liability is assumed for any damage or
  49. loss resulting from the use of this program.  No claims are made
  50. regarding the accuracy of this program.
  51.  
  52. This program is provided courtesy of Cornfield Computing.  Cornfield
  53. Computing provides consulting services and writes custom Windows
  54. applications.  For more information on Cornfield Computing, please
  55. write to the above address or send a FAX to (217) 352-2027.
  56.  
  57. ----------------------------------------------------------------------
  58. Revision history:
  59.  
  60. Version 1.4 - Sept. 30, 1991
  61. Completely overhauled timing system to handle Windows timer problems
  62. when switching between Windows and full-screen DOS applications.
  63.  
  64. Version 1.3 - Apr. 1, 1991
  65. Fixed a problem which would occassionally cause the meter to start
  66. reporting incorrectly high levels after returning from a full-screen
  67. DOS session.  Made program continue reporting values when its menu
  68. was opened.
  69.  
  70. Version 1.2 - Dec. 16, 1990
  71. Added in option to keep window in front.  Fixed bug which would
  72. sometimes caused meter to start reporting incorrectly high levels.
  73.  
  74. Version 1.1 - Dec. 2, 1990
  75. Eliminated occassional flicker when redrawing icon.  Added in custom
  76. cursor for use when moving window.  Modified method used for
  77. calculating usage to make it more accurate.
  78.  
  79. Version 1.0 - Nov. 17, 1990
  80. Initial release version.
  81.